From: Chad Horohoe Date: Tue, 2 Nov 2010 20:26:43 +0000 (+0000) Subject: Fixup r75858, copy+paste error X-Git-Tag: 1.31.0-rc.0~34123 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=422a7e80b10a2dc3a15770f32571c6c0e53cf1a5;p=lhc%2Fweb%2Fwiklou.git Fixup r75858, copy+paste error --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 08df2b75ad..bd7ead8c9c 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -128,7 +128,7 @@ class LocalSettingsGenerator { * @param $fileName String Full path to filename to write to */ public function writeFile( $fileName ) { - file_put_contents( $fileName, $ls->getText() ); + file_put_contents( $fileName, $this->getText() ); } /**